home *** CD-ROM | disk | FTP | other *** search
/ Clickx 111 / Clickx 111.iso / software / tools / windows / BuddyBackupInstall.exe / UpdateBuddyBackup.exe / MANIFEST / 1
Encoding:
Extensible Markup Language  |  2012-03-21  |  1.4 KB  |  27 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   
  4.   
  5.   <!-- NOTE: the type and processorArchitecture attributes are required because of #521 (although
  6.              I don't think type is actually valid any more) -->
  7.   <assemblyIdentity version="1.1.0.1" name="BuddyBackup" type="win32" processorArchitecture="msil"/>
  8.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  9.     <security>
  10.       <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  11.         <!-- UAC Manifest Options
  12.             If you want to change the Windows User Account Control level replace the 
  13.             requestedExecutionLevel node with one of the following.
  14.  
  15.         <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
  16.         <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
  17.         <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />
  18.  
  19.             If you want to utilize File and Registry Virtualization for backward 
  20.             compatibility then delete the requestedExecutionLevel node.
  21.         -->
  22.         <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  23.       </requestedPrivileges>
  24.     </security>
  25.   </trustInfo>
  26. </asmv1:assembly>
  27.